home *** CD-ROM | disk | FTP | other *** search
/ Oh!X 2000 Spring / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).7z / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).bin / DXF / samples / multimedia / dplay / src / override / readme.txt < prev    next >
Text File  |  1999-04-14  |  1KB  |  31 lines

  1. OVERRIDE.EXE
  2. ------------
  3.  
  4. Sample application to demonstrate how to override the DirectPlay service
  5. provider dialogs.
  6.  
  7. Note: MSVC may include older versions of the DirectX header files and
  8. libraries.  In order to avoid compile errors, make sure the path to the
  9. latest DirectX header files and libraries are listed BEFORE the MSVC header
  10. files and libraries through the Tools -> Options -> Directories menu.
  11.  
  12. In order to support multi-byte character sets like Kanji, the dialogs in the
  13. rc file need to be changed to use the "SYSTEM" font and the rc file needs to
  14. be recompiled.
  15.  
  16. Once the user has selected which service provider to use, the application
  17. displays a custom dialog to collect the information needed for that service
  18. provider.
  19.  
  20. If the user selected an unknown service provider, then the dialog (if any)
  21. cannot be overidden and the application must prepare for a dialog to be
  22. displayed.
  23.  
  24. Once the information has been collected from the user, it must be formatted
  25. into a DirectPlay Address which can be used to initialize the service
  26. provider.
  27.  
  28. EnumSessions must be called with the DPENUMSESSIONS_RETURNSTATUS flag and
  29. Open must be called with the DPOPEN_RETURNSTATUS flag to supress any status
  30. dialogs that may pop up to show to progress of the connection.
  31.